Skip to content

fix(deps): update docs#72

Open
renovate[bot] wants to merge 1 commit intomasterfrom
renovate/docs
Open

fix(deps): update docs#72
renovate[bot] wants to merge 1 commit intomasterfrom
renovate/docs

Conversation

@renovate
Copy link
Copy Markdown

@renovate renovate Bot commented Aug 5, 2025

This PR contains the following updates:

Package Change Age Confidence
github.com/grpc-ecosystem/grpc-gateway/v2 v2.26.3v2.29.0 age confidence
google.golang.org/grpc/cmd/protoc-gen-go-grpc v1.5.1v1.6.1 age confidence
google.golang.org/protobuf v1.36.5v1.36.11 age confidence
http_parser.rb "~> 0.6.0""~> 0.8.0" age confidence
webrick 1.9.11.9.2 age confidence

Warning

Some dependencies could not be looked up. Check the Dependency Dashboard for more information.


Release Notes

grpc-ecosystem/grpc-gateway (github.com/grpc-ecosystem/grpc-gateway/v2)

v2.29.0

Compare Source

What's Changed

New Contributors

Full Changelog: grpc-ecosystem/grpc-gateway@v2.28.0...v2.29.0

v2.28.0

Compare Source

What's Changed

New Contributors

Full Changelog: grpc-ecosystem/grpc-gateway@v2.27.8...v2.28.0

v2.27.8

Compare Source

What's Changed

New Contributors

Full Changelog: grpc-ecosystem/grpc-gateway@v2.27.7...v2.27.8

v2.27.7

Compare Source

Re-release of v2.26.7 as v2.27.7 for correct semver ordering.

v2.27.6

Compare Source

What's Changed

New Contributors

Full Changelog: grpc-ecosystem/grpc-gateway@v2.27.5...v2.27.6

v2.27.5

Compare Source

What's Changed

New Contributors

Full Changelog: grpc-ecosystem/grpc-gateway@v2.27.4...v2.27.5

v2.27.4

Compare Source

What's Changed

New Contributors

Full Changelog: grpc-ecosystem/grpc-gateway@v2.27.3...v2.27.4

v2.27.3

Compare Source

What's Changed

New Contributors

Full Changelog: grpc-ecosystem/grpc-gateway@v2.27.2...v2.27.3

v2.27.2

Compare Source

What's Changed

New Contributors

Full Changelog: grpc-ecosystem/grpc-gateway@v2.27.1...v2.27.2

v2.27.1

Compare Source

What's Changed

New Contributors

Full Changelog: grpc-ecosystem/grpc-gateway@v2.27.0...v2.27.1

v2.27.0

Compare Source

What's Changed

New Contributors

Full Changelog: grpc-ecosystem/grpc-gateway@v2.26.3...v2.26.4

v2.26.7

Compare Source

What's Changed

Full Changelog: grpc-ecosystem/grpc-gateway@v2.27.6...v2.26.7

grpc/grpc-go (google.golang.org/grpc/cmd/protoc-gen-go-grpc)

v1.6.1: protoc-gen-go-grpc v1.6.1

Bug Fixes

  • Upgrade protobuf dependency to v1.36.11 to fix missing go_package errors for Editions feature protos (e.g. cpp_features.proto). (#​8853)

v1.6.0: Release 1.6.0

Compare Source

API Changes

  • Add and use connectivity package for states (#​1430)
  • metadata: Remove NewContext and FromContext for gRFC L7 (#​1392)
  • Remove expiration_interval from grpclb message (#​1477)

Features

  • Add status details support to server HTTP handler (#​1438)
  • stats: add methods to allow setting grpc-trace-bin and grpc-tags-bin headers (#​1404)
  • Expose ConnectivityState of a ClientConn. (#​1385)
  • DNS resolver (#​1300)

Performance

  • Put *gzip.Writer back to pool (#​1441)
  • Remove defer funtion in recvBufferReader Read method (#​1031)

Bug fixes

  • When sending a non heads-up goaway close the connection if there are no active streams. (#​1474)
  • Fix grpclb protos to not cause re-registration of types (#​1466)
  • transport: fix handling of InTapHandle's returned context (#​1461)
  • transport: Fix deadlock in client keepalive. (#​1460)
  • Deduplicate dns record in lookup (#​1454)
  • Fix host string passed to PerRPCCredentials (#​1433)
  • Fix a goroutine leak in DialContext (#​1424)
  • Set peer before sending request (#​1423)
  • Don't use 64-bit integers with atomic. (#​1411)
  • Automatic WriteStatus for RecvMsg/SendMsg error on server side (#​1409)
  • Server should send 2 goaway messages to gracefully shutdown the connection. (#​1403)
  • Enabling client process multiple GoAways (#​1393)
  • addrConn: change address to slice of address (#​1376)
  • Do not create new addrConn when connection error happens (#​1369)
  • Validate send quota again after acquiring writable channel (#​1367)

Documentation

  • add comment for the package in benchmark/benchmain/main.go (#​1464)
  • Add -u to installation command (#​1451)
  • Update ServerInHandle comments (#​1437)
  • Add 'experimental' note to ServeHTTP godoc (#​1429)
  • Use NewOutgoingContext in the metadata doc (#​1425)
  • Fix missing and wrong license (#​1422)
  • Change comment on stats.End.Error (#​1418)
  • Document Server.ServeHTTP (#​1406)
  • Use log instead of grpclog in routeguide example (#​1395)
  • Add doc in default implementation fatal functions on os.Exit() (#​1365)

Testing

  • Check "x/net/context" with go vet like "context" (#​1490)
  • Remove unnecessary function handleStreamSuspension (#​1468)
  • Call cancel function to avoid ctx leak (#​1465)
  • go-generate pb.go files and check in Travis to make sure they don't change (#​1426)
  • Add flags for tls file path (#​1419)
  • Call cancel on contexts in tests (#​1412)
  • benchmark: don't stop timer until after workers are done (#​1407)
  • Assign testdata path to correct variable (#​1397)
  • Do not call testdata.Path when defining flags (#​1394)
  • Fix bufconn.Close to not be blocking. (#​1377)
  • benchmark: add benchmain/main.go to run benchmark with flag set (#​1352)
  • benchmark: remove multi-layer for loop (#​1339)
  • Add testdata package and unify testdata to only one dir (#​1297)
protocolbuffers/protobuf-go (google.golang.org/protobuf)

v1.36.11

Compare Source

Full Changelog: protocolbuffers/protobuf-go@v1.36.10...v1.36.11

User-visible changes:
CL/726780: encoding/prototext: Support URL chars in type URLs in text-format.

Bug fixes:
CL/728680: internal/impl: check recursion limit in lazy decoding validation
CL/711015: reflect/protodesc: fix handling of import options in dynamic builds

Maintenance:
CL/728681: reflect/protodesc: add support for edition unstable
CL/727960: all: add EDITION_UNSTABLE support
CL/727940: types: regenerate using latest protobuf v33.2 release
CL/727140: internal/testprotos/lazy: convert .proto files to editions
CL/723440: cmd/protoc-gen-go: add missing annotations for few generated protobuf symbols.
CL/720980: internal/filedesc: remove duplicative Message.unmarshalOptions
CL/716360: internal/encoding/tag: use proto3 defaults if proto3
CL/716520: proto: un-flake TestHasExtensionNoAlloc
CL/713342: compiler/protogen: properly filter option dependencies in go-protobuf plugin.
CL/711200: proto: add test for oneofs containing messages with required fields
CL/710855: proto: add explicit test for a non-nil but empty byte slice

v1.36.10

Compare Source

Full Changelog: protocolbuffers/protobuf-go@v1.36.9...v1.36.10

Bug fixes:
CL/704415: reflect/protodesc: edition-2024-specific properties should not be lost when converting FileDescriptorProto to protoreflect.FileDescriptor

Maintenance:
CL/708555: internal/race_test: add missing impl.LazyEnabled() t.Skip
CL/703295: proto: add more invalid group encoding test cases
CL/703276: internal/impl: verify lazy unmarshal on Deterministic encoding
CL/703275: internal/impl: stop using deprecated .Field in lazy_test.go
CL/702795: all: update to latest github.com/google/go-cmp

v1.36.9

Compare Source

Full Changelog: protocolbuffers/protobuf-go@v1.36.8...v1.36.9

User-visible changes:
CL/699715: cmd/protoc-gen-go: add test for "import option" directive
CL/699115: internal/editionssupport: declare support for edition 2024
CL/697595: editions: Fix spelling mistake in panic message

v1.36.8

Compare Source

Maintenance:

CL/696316: all: set Go language version to Go 1.23
CL/696315: types: regenerate using latest protobuf v32 release

v1.36.7

Compare Source

Maintenance / optimizations:

CL/683955: encoding/protowire: micro-optimize SizeVarint (-20% on Intel)
CL/674055: internal/impl: remove unnecessary atomic access for non-lazy lists
CL/674015: impl: remove unnecessary nil check from presence.Present
CL/673495: types/descriptorpb: regenerate using latest protobuf v31 release
CL/670516: cmd/protoc-gen-go: centralize presence and lazy logic into filedesc
CL/670515: internal: move usePresenceForField to internal/filedesc
CL/670275: internal/impl: clean up usePresenceForField() (no-op)

v1.36.6

Compare Source

Full Changelog: protocolbuffers/protobuf-go@v1.36.5...v1.36.6

User-visible changes:
CL/657895: internal_gengo: generate a const string literal for the raw descriptor
CL/653536: proto: Add CloneOf[M Message](m M) M

Maintenance:
CL/649135: all: set Go language version to Go 1.22
CL/654955: types/descriptorpb: regenerate using latest protobuf v30 release

ruby/webrick (webrick)

v1.9.2

Compare Source

What's Changed

New Contributors

Full Changelog: ruby/webrick@v1.9.1...v1.9.2


Configuration

📅 Schedule: (in timezone Australia/Sydney)

  • Branch creation
    • "before 6am on wednesday"
  • Automerge
    • At any time (no schedule defined)

🚦 Automerge: Disabled by config. Please merge this manually once you are satisfied.

Rebasing: Whenever PR becomes conflicted, or you tick the rebase/retry checkbox.

👻 Immortal: This PR will be recreated if closed unmerged. Get config help if that's undesired.


  • If you want to rebase/retry this PR, check this box

This PR was generated by Mend Renovate. View the repository job log.

@renovate renovate Bot added the dependencies label Aug 5, 2025
@renovate
Copy link
Copy Markdown
Author

renovate Bot commented Aug 5, 2025

ℹ Artifact update notice

File name: docs/go.mod

In order to perform the update(s) described in the table above, Renovate ran the go get command, which resulted in the following additional change(s):

  • 4 additional dependencies were updated

Details:

Package Change
golang.org/x/text v0.22.0 -> v0.28.0
google.golang.org/genproto/googleapis/api v0.0.0-20250303144028-a0af3efb3deb -> v0.0.0-20250818200422-3122310a409c
google.golang.org/genproto/googleapis/rpc v0.0.0-20250303144028-a0af3efb3deb -> v0.0.0-20250818200422-3122310a409c
google.golang.org/grpc v1.70.0 -> v1.75.0

@renovate renovate Bot force-pushed the renovate/docs branch 2 times, most recently from 7312734 to c513318 Compare August 14, 2025 12:22
@renovate renovate Bot force-pushed the renovate/docs branch 3 times, most recently from ca61266 to bc7b143 Compare October 3, 2025 07:25
@renovate renovate Bot force-pushed the renovate/docs branch 2 times, most recently from e1ff9e6 to 94d5991 Compare December 16, 2025 22:32
@renovate
Copy link
Copy Markdown
Author

renovate Bot commented Dec 24, 2025

ℹ️ Artifact update notice

File name: docs/go.mod

In order to perform the update(s) described in the table above, Renovate ran the go get command, which resulted in the following additional change(s):

  • 4 additional dependencies were updated
  • The go directive was updated for compatibility reasons

Details:

Package Change
go 1.23.6 -> 1.25.0
golang.org/x/text v0.22.0 -> v0.36.0
google.golang.org/genproto/googleapis/api v0.0.0-20250303144028-a0af3efb3deb -> v0.0.0-20260414002931-afd174a4e478
google.golang.org/genproto/googleapis/rpc v0.0.0-20250303144028-a0af3efb3deb -> v0.0.0-20260414002931-afd174a4e478
google.golang.org/grpc v1.70.0 -> v1.80.0

@renovate renovate Bot force-pushed the renovate/docs branch 2 times, most recently from 680576e to 2709139 Compare December 31, 2025 12:05
@renovate renovate Bot force-pushed the renovate/docs branch 2 times, most recently from 23782eb to aae9ab0 Compare January 28, 2026 23:49
@renovate renovate Bot force-pushed the renovate/docs branch 3 times, most recently from c6116a2 to 3618c81 Compare February 4, 2026 23:52
@renovate renovate Bot force-pushed the renovate/docs branch 2 times, most recently from d27309e to 805d0fc Compare February 13, 2026 00:15
@renovate renovate Bot force-pushed the renovate/docs branch from 2da5279 to 1a049a3 Compare April 17, 2026 22:39
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Projects

None yet

Development

Successfully merging this pull request may close these issues.

0 participants